home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
background_93051.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
622b
|
28 lines
-- background: 93051 from stack: in
-- bmap block id: 64613
-- flags: 0000
-- background id: 0
-- name: Comment Editor
----- HyperTalk script -----
on openBackground
installMenuBar 1040,1041,1042
end openBackground
on closeBackground
restoreMenuBar
end closeBackground
on doMenu menuItem
lock screen
if menuItem contains "About" then
go to card short name of this background of background "About"
unlock screen with zoom close
else if menuItem is "Home" then
go home
else if menuItem contains "Quit" then
go to card "Mac School® Shell"
unlock screen with zoom close
end if
end doMenu